home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / bash / bash_108 / bash-108.zoo / src / endian.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-09-12  |  305 b   |  10 lines

  1. /* endian.h - Define BIG or LITTLE endian. */
  2.  
  3. /* This file was automatically created by `endian.aux'.  You shouldn't
  4.    edit this file, because your changes will be overwritten.  Instead,
  5.    edit the source code file `endian.c'. */
  6.  
  7. #if !defined (BIG_ENDIAN)
  8. #  define BIG_ENDIAN
  9. #endif /* BIG_ENDIAN */
  10.